home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_BIT_Software_-_BitCom_3.58c_-_Distribution_Disks.zip / PARAM.TXT < prev    next >
Text File  |  1989-10-09  |  56KB  |  1,159 lines

  1.  
  2.  
  3.  
  4.                                                                        1
  5.  
  6.  
  7.  
  8.                                Setting the Parameters
  9.                                ----------------------
  10.             
  11.             Menus
  12.             -----
  13.             There are  basically 4  menus  available  to  you  before  a
  14.             connection is made; 1) Communications Configuration Menu, 2)
  15.             Communications Selection  Menu, 3) Communications Parameters
  16.             Menu, and 4) The Kermit Parameters Menu.
  17.             
  18.             The first  menu lets  you set  information about your system
  19.             and the  modem.   The second  is a list of the phone numbers
  20.             you have  available, while  the third  is information  about
  21.             each of  the phone  number records  in your  database.   The
  22.             fourth is attached to each phone number record, and contains
  23.             information about how the Kermit file transfer protocol will
  24.             work with that record.
  25.             
  26.             Using BitCom  menus is  like filling  in forms.  You will be
  27.             shown a  group of  "blanks" called  fields.   You would then
  28.             select an option for a field, or type in a value.  There are
  29.             basically four types of fields in BitCom menus.  They are:
  30.             
  31.             STRING    In this  field type,  you may  enter a  string  of
  32.                       characters.   The right  and left  arrow keys move
  33.                       the cursor  right and  left.   Also, the following
  34.                       keys will function in a string field.
  35.             
  36.                <INS>  Turns ON/OFF  the insert  mode.   Characters typed
  37.                       will be  inserted at  the  current  position  when
  38.                       INSERT is turned on.
  39.             
  40.                <---   The backspace key will delete one character to the
  41.                       left of  the cursor position, and shift the string
  42.                       one position to the left.
  43.             
  44.                <DEL>  Will delete  the character at the cursor position,
  45.                       and shift the string one position to the left.
  46.             
  47.                <HOME> Will move  the cursor to the first position in the
  48.                       current field.
  49.             
  50.                <END>  Will move the cursor to one position past the last
  51.                       non-blank character position in the current field.
  52.             
  53.             SELECT    In this  field type,  the only valid keys to press
  54.                       are the  left and  right arrow  keys,  which  will
  55.                       select the previous or next field value.
  56.             
  57.             SELNUM    This field  type is  similar to  the SELECT  field
  58.                       type, except  the only valid keys to press are "1"
  59.                       to "9" and "0".
  60.  
  61.  
  62.                                                                        2
  63.  
  64.  
  65.  
  66.             
  67.             KEY       Here you  would press  <ESC>, and  then press  any
  68.                       function  keys,   or  combination  of  Control  or
  69.                       Alternate keys  with number  or letter  keys.  The
  70.                       field will  be assigned  the value of the key that
  71.                       is pressed.   In  other words,  in  this  type  of
  72.                       field, you can reassign the key functions.
  73.             
  74.             
  75.             Communications Configuration Menu
  76.             ---------------------------------
  77.             The Communication Configuration Menu tells BitCom about your
  78.             system,  modem  and  information  available  to  the  entire
  79.             program all the time, rather than specific information about
  80.             a phone number or record.
  81.             
  82.             From the  BitCom Main  Menu, choose 3) Change Configuration.
  83.             The BitCom Communications Configuration Menu will appear.
  84.             
  85.             Keys Available
  86.             --------------
  87.             To change  any of  the parameters on this menu, you will use
  88.             the following keys:
  89.             
  90.             <F1>                Show This Help Page
  91.             <F2>                Return to Main Menu
  92.             Up Arrow            Move Cursor to Previous Field
  93.             Down Arrow          Move Cursor to Next Field
  94.             Right Arrow         Move Cursor Right, or Select
  95.                                 Next Field Value
  96.             Left Arrow          Move Cursor Left, or Select Previous
  97.                                 Field Value
  98.             
  99.             Note that  these keys  are shown  on the  screen in  the key
  100.             definition explanation  in the  lower  left  corner  of  the
  101.             screen.
  102.             
  103.             Before you  make any  changes to  the BitCom  Communications
  104.             Configuration Menu,  we suggest  that you  read  your  modem
  105.             manual to  find out  about various  necessary  commands  and
  106.             parameters which  need to  be set.  If you are using a Hayes
  107.             or compatible  modem, the  parameters on  this  screen  will
  108.             already be  set for  you.   You should, however, check to be
  109.             sure that the ports shown are the ones that you are using.
  110.             
  111.             In  the   BitCom  Communications   Configuration  Menu,  the
  112.             following fields are shown.
  113.             
  114.  
  115.  
  116.                                                                        3
  117.  
  118.  
  119.  
  120.             MNP Dial Command
  121.             ----------------
  122.             This is  a STRING  field type.   This is the command sent to
  123.             the modem, before dialing the phone number, that will enable
  124.             the MNP  protocol if  it is  available on your modem.  Check
  125.             your modem manual for details on this.
  126.             
  127.             The MNP Dial Command will be used instead of the Dial Prefix
  128.             (explained below)  if you  have an  MNP modem  and the phone
  129.             number is selected as MNP.
  130.             
  131.             Dial Prefix
  132.             -----------
  133.             This is  a STRING field type.  This is the string which will
  134.             be sent  to the modem before the phone number.  For example,
  135.             ATDT is  the dialing command that will instruct the modem to
  136.             dial using  touch tone  commands.   If your  modem  has  the
  137.             capability to  adjust the speaker volume by use of software,
  138.             you may want to enter:
  139.             
  140.                ATE1V1L3DT to turn the volume to maximum
  141.                ATE1V1L0DT to turn off the volume
  142.             
  143.             To change from touch tone dialing to pulse (rotary) dialing,
  144.             you would enter the string:
  145.             
  146.                ATE1V1L3DP or simply ATE1V1DP
  147.             
  148.             Note that E1 tells the modem to echo commands to the screen.
  149.             The V1  tells the  modem to display result codes in a verbal
  150.             form.  The default setting for BitCom is:
  151.             
  152.                ATE1V1X2DT
  153.             
  154.             Since not  all modems support all commands, check your modem
  155.             manual to  see which commands are supported by the modem you
  156.             are using.  Make sure that these commands are given in upper
  157.             case letters.  If you enter an invalid prefix (one that your
  158.             modem does not recognize), the modem will display "ERROR" on
  159.             the screen when you try to dial.
  160.             
  161.  
  162.  
  163.                                                                        4
  164.  
  165.  
  166.  
  167.             Dial Suffix
  168.             -----------
  169.             This field  is also  a STRING  field type.  You will enter a
  170.             string here  which will be sent to the modem after the phone
  171.             number.   Normally, you would want to send a Carriage Return
  172.             code (hex  0D) to  the modem  after dialing  the number.  To
  173.             enter a hex code, simply enter a dollar sign ($) followed by
  174.             xx, where xx is a hex digit.  For example, enter:
  175.             
  176.